From: Stephen Eglen Date: Tue, 15 Sep 2009 11:42:37 +0000 (+0000) Subject: Doc fix to commentary (how to enable package). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10463 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7d18d70ebd031b79e1cec00d5f059c1c50db0561;p=emacs.git Doc fix to commentary (how to enable package). --- diff --git a/lisp/recentf.el b/lisp/recentf.el index c0fa933840a..2a6955f88b8 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -26,11 +26,14 @@ ;; This package maintains a menu for visiting files that were operated ;; on recently. When enabled a new "Open Recent" sub menu is -;; displayed in the "Files" menu. The recent files list is +;; displayed in the "File" menu. The recent files list is ;; automatically saved across Emacs sessions. You can customize the ;; number of recent files displayed, the location of the menu and ;; others options (see the source code for details). +;; To enable this package, add the following to your .emacs: +;; (recentf-mode 1) + ;;; History: ;;